SharedContact

Protobuf type meshtastic.SharedContact

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , AdminProtos.SharedContactOrBuilder
Protobuf type meshtastic.SharedContact

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getNodeNum(): Int

The node number of the contact
uint32 node_num = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Add this contact to the blocked / ignored list
bool should_ignore = 3;
Link copied to clipboard

The User of the contact
.meshtastic.User user = 2;
Link copied to clipboard

The User of the contact
.meshtastic.User user = 2;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasUser(): Boolean

The User of the contact
.meshtastic.User user = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
Link copied to clipboard
open fun parseFrom(data: ByteString): AdminProtos.SharedContact
open fun parseFrom(input: CodedInputStream): AdminProtos.SharedContact
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
Link copied to clipboard
open fun parser(): Parser<AdminProtos.SharedContact>
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)